home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-04-27 | 9.8 KB | 251 lines | [TEXT/R*ch] |
- ! This file demonstrates/documents Xconq resources.
-
- ! "font" only includes the general text font.
- Xconq.font: lubR12
- Xconq.iconFont: xconq
- Xconq.unitFont: standard
-
- ! Game setup window resources.
-
- Xconq*Setup*ChoicePopup*x: 100
- Xconq*Setup*ChoicePopup*y: 100
-
- Xconq*Setup*ChoiceBox*label.label: Choose a Game!
-
- Xconq*Setup*ScenarioPopup*x: 100
- Xconq*Setup*ScenarioPopup*y: 100
-
- Xconq*Setup*ScenarioSetup*Swap.label: Swap
- Xconq*Setup*ScenarioSetup*Done.label: Done
-
- ! Map window resources.
-
- Xconq*Map.background: purple
- Xconq*Map*LeftPane.background: seagreen
- Xconq*Map*LeftPane*InfoForm.background: peachpuff
- Xconq*Map*LeftPane*InfoForm*History.background: skyblue
- Xconq*Map*LeftPane*InfoForm*Prompt.background: dodgerblue
- Xconq*Map*LeftPane*InfoForm*GameDate.background: steelblue
- Xconq*Map*LeftPane*InfoForm*GameClock.background: navyblue
-
- Xconq*Map*LeftPane*LeftForm.background: goldenrod
- Xconq*Map*LeftPane*LeftForm*ControlForm*background: lightgray
- Xconq*Map*LeftPane*LeftForm*ControlForm.background: antiquewhite
-
- Xconq*Map*LeftPane*LeftForm*MapForm.background: darkgray
- Xconq*Map*LeftPane*LeftForm*MapForm*Info.background: palegreen
- Xconq*Map*LeftPane*LeftForm*MapForm*View.background: black
-
- Xconq*Map*RightForm.background: red
- Xconq*Map*RightForm*Sides.background: forestgreen
- Xconq*Map*RightForm*ListView.background: pink
- Xconq*Map*RightForm*ListView.ListForm*background: palegreen
- Xconq*Map*RightForm*ListView.ListForm.background: green
-
- Xconq*PortholeLabel.Translations: #override\n\
- ~Shift<Btn1Down>: toolaction()\n\
- Shift<Btn1Down>: toolselection()\n\
- ~Shift<Btn2Down>: select() movelook()\n\
- Shift<Btn2Down>: select() \n\
- Shift<Btn2Up>: distance() \n\
- <Btn3Down>: select() moveunit()\n\
- Meta<MotionNotify>:motionselect() movelook()\n\
- <KeyPress>KP_7: movelook_ul()\n\
- <KeyPress>KP_4: movelook_l()\n\
- <KeyPress>KP_1: movelook_dl()\n\
- <KeyPress>KP_9: movelook_ur()\n\
- <KeyPress>KP_6: movelook_r()\n\
- <KeyPress>KP_3: movelook_dr()\n\
- <KeyPress>KP_5: center()\n\
- <Expose>: redraw()\n\
- <KeyPress>: keypress()\n
-
- ! Stuff to set the message area to an appropriate message depending
- ! on what widget the cursor is occupying.
- !Xconq*look.Translations: #override\n\
- ! <Enter>: highlight() msg("This allows you to examine things on the map (look)")\n\
- ! <Leave>: msg() reset()\n
- !Xconq*move.Translations: #override\n\
- ! <Enter>: highlight() msg("This is used to move units around (move)")\n\
- ! <Leave>: msg() reset()\n
- !Xconq*unitmove.Translations: #override\n\
- ! <Enter>: highlight() msg("This is used to move units around (unitmove)")\n\
- ! <Leave>: msg() reset()\n
- !Xconq*unitshoot.Translations: #override\n\
- ! <Enter>: highlight() msg("You can shoot at something when your\ncursor looks like this (unitshoot)")\n\
- ! <Leave>: msg() reset()\n
- !Xconq*unitbuild.Translations: #override\n\
- ! <Enter>: highlight() msg("unitbuild tool")\n\
- ! <Leave>: msg() reset()\n
- !Xconq*terrain.Translations: #override\n\
- ! <Enter>: highlight() msg("Toggle the drawing of terrain")\n\
- ! <Leave>: msg() reset()\n
- !Xconq*grid.Translations: #override\n\
- ! <Enter>: highlight() msg("Toggle the drawing of the hex grid")\n\
- ! <Leave>: msg() reset()\n
- !Xconq*units.Translations: #override\n\
- ! <Enter>: highlight() msg("Toggle drawing of units on the map")\n\
- ! <Leave>: msg() reset()\n
- !Xconq*names.Translations: #override\n\
- ! <Enter>: highlight() msg("Toggle drawing of Names on the map")\n\
- ! <Leave>: msg() reset()\n
- !Xconq*people.Translations: #override\n\
- ! <Enter>: highlight() msg("Toggle drawing of people on the map")\n\
- ! <Leave>: msg() reset()\n
- !Xconq*all.Translations: #override\n\
- ! <Enter>: highlight() msg("Toggle drawing of everything on the map (?)")\n\
- ! <Leave>: msg() reset()\n
- !Xconq*more.Translations: #override\n\
- ! <Enter>: highlight() msg("Popup window with more map drawing options")\n\
- ! <Leave>: msg() reset()\n
- !Xconq*zoomout.Translations: #override\n\
- ! <Enter>: highlight() msg("Zoom the Map Out")\n\
- ! <Leave>: msg() reset()\n
- !Xconq*zoomin.Translations: #override\n\
- ! <Enter>: highlight() msg("Zoom the Map In")\n\
- ! <Leave>: msg() reset()\n
- !
- !! Things that are on the Popup window map drawing options
- !Xconq*Terrain.Translations: #override\n\
- ! <Enter>: highlight() msg("Toggle the drawing of terrain")\n\
- ! <Leave>: msg() reset()\n
- !Xconq*Grid.Translations: #override\n\
- ! <Enter>: highlight() msg("Toggle the drawing of the hex grid")\n\
- ! <Leave>: msg() reset()\n
- !Xconq*Units.Translations: #override\n\
- ! <Enter>: highlight() msg("Toggle drawing of units on the map")\n\
- ! <Leave>: msg() reset()\n
- !Xconq*Names.Translations: #override\n\
- ! <Enter>: highlight() msg("Toggle drawing of Names on the map")\n\
- ! <Leave>: msg() reset()\n
- !Xconq*Feature Names.Translations: #override\n\
- ! <Enter>: highlight() msg("Toggle drawing of Features Names on the map")\n\
- ! <Leave>: msg() reset()\n
- !Xconq*People.Translations: #override\n\
- ! <Enter>: highlight() msg("Toggle drawing of people on the map")\n\
- ! <Leave>: msg() reset()\n
- !Xconq*Elevations.Translations: #override\n\
- ! <Enter>: highlight() msg("Toggle Map Elevations")\n\
- ! <Leave>: msg() reset()\n
- !Xconq*Temperatures.Translations: #override\n\
- ! <Enter>: highlight() msg("Toggle Map Temperatures")\n\
- ! <Leave>: msg() reset()\n
- !Xconq*All.Translations: #override\n\
- ! <Enter>: highlight() msg("Toggle drawing of everything on the map (?)")\n\
- ! <Leave>: msg() reset()\n
-
- Xconq*Map*ctrlpanelPop.label: contr. panel
- Xconq*Map*helpPop.label: help
-
- Xconq*ControlForm*top: ChainTop
- Xconq*ControlForm*bottom: ChainTop
- Xconq*ctrlpanelPop*top: ChainTop
- Xconq*ctrlpanelPop*bottom: ChainTop
- Xconq*ctrlpanelPop*left: ChainLeft
- Xconq*ctrlpanelPop*right: ChainLeft
-
- Xconq*Sides.top: ChainTop
- Xconq*Sides.bottom: ChainTop
- Xconq*Sides.left: ChainLeft
- Xconq*Sides.right: ChainLeft
-
- Xconq*ListView.top: ChainTop
- Xconq*ListView.bottom: ChainBottom
- Xconq*ListView.left: ChainLeft
- Xconq*ListView.right: ChainLeft
-
- Xconq*Panner.top: ChainBottom
- Xconq*Panner.bottom: ChainBottom
- Xconq*Panner.left: ChainLeft
- Xconq*Panner.right: ChainLeft
- Xconq*Panner.rubberBand: true
-
- ! Help window resources.
-
- Xconq.helpShell*topicPort.height: 300
- Xconq.helpShell*topicPort.width: 100
- Xconq.helpShell*title.width: 500
- Xconq.helpShell*title.borderWidth: 0
- Xconq.helpShell*title.font: -*-helvetica-bold-r-*-*-18-*-*-*-*-*-*-*
- Xconq.helpShell*text.height: 300
- Xconq.helpShell*text.width: 400
- Xconq.helpShell*topicList.font: -*-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*
- Xconq.helpShell*text*font: 7x13
- ! Xconq.helpShell*text*font: -*-helvetica-medium-r-*-*-12-*-*-*-*-*-*-*
-
- ! Print setup window resources.
-
- Xconq*PrintSetup.title: xconq print setup
- Xconq*PrintSetup*Dialog*value: 0
- Xconq*PrintSetup*Dialog*value.translations: #override \
- \n <Key>Return: DoDialog()
- Xconq*PrintSetup*help.Label: \ help
- Xconq*PrintSetup*print.Label:\ print
- Xconq*PrintSetup*done.Label: \ done
- Xconq*PrintSetup*names.label: interesting names
- Xconq*PrintSetup*cellSize.label: cell size
- Xconq*PrintSetup*gridSize.label: grid thick.
- Xconq*PrintSetup*pageWidth.label: page width
- Xconq*PrintSetup*pageHeight.label: page height
- Xconq*PrintSetup*topMargin.label: top margin
- Xconq*PrintSetup*bottomMargin.label: bottom margin
- Xconq*PrintSetup*leftMargin.label: left margin
- Xconq*PrintSetup*rightMargin.label: right margin
- Xconq*PrintSetup*terrainGray.label: terrain gray
- Xconq*PrintSetup*enemyGray.label: enemy gray
- Xconq*PrintSetup*borderWidth.label: border thick.
- Xconq*PrintSetup*connWidth.label: conn thick.
- Xconq*PrintSetupHelp.title: xconq print setup help
- Xconq*PrintSetupHelp*baseTranslations: #override \
- <Key>Return: DoneHelp()\n\
- <Key>Escape: DoneHelp()\n\
- <Btn1Down>: DoneHelp()
- Xconq*PrintSetupHelp*helpDone.Label: \ done
-
- ! Popup control panel resources.
-
- Xconq.controlPanel.title: xconq control panel
- Xconq.controlPanel.form.popDown.label: close
- Xconq.controlPanel.form.what.label: what should I draw in the map window?
- Xconq.controlPanel.form.monochrome.label: should I use black&white?
- Xconq.controlPanel.form.color.label: what should I use color images for?
- Xconq.controlPanel.form.brushLabel.label: brush radius
- Xconq.controlPanel.form.brushPlus.label: \>
- Xconq.controlPanel.form.brushMinus.label: \<
- Xconq.controlPanel.form.what.vertDistance: 4
- Xconq.controlPanel.form.Label.vertDistance: 12
- Xconq.controlPanel.form.Command.vertDistance: 12
-
- ! Game selection dialog resources.
-
- Xconq.gameDialog*font: -adobe-helvetica-medium-r-*-*-12-*-*-*-*-*-*-*
- Xconq.gameDialog*Command.font: -adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*
- Xconq.gameDialog*label.font: -adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*
- Xconq.gameDialog*name.font: -adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*
- Xconq.gameDialog*name.width: 100
- Xconq.gameDialog*viewport.height: 599
- Xconq.gameDialog*label.label: select a game
- Xconq.gameDialog.title: xconq game selection
- Xconq*gameForm*font: -adobe-helvetica-medium-r-*-*-12-*-*-*-*-*-*-*
- Xconq*gameForm*name.font: -adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*
- Xconq*gameForm*instructions_label.font: -adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*
- Xconq*gameForm*notes_label.font: -adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*
- Xconq*gameForm*variant.font: -adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*
- Xconq*gameForm*assign.font: -adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*
- Xconq*gameForm.Command.font: -adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*
- Xconq*gameForm.Dialog.value*font:-adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*
- Xconq*gameForm*add.label: add player
- Xconq*gameForm.Text.width: 500
- Xconq*gameForm.Text.height: 50
- Xconq*gameForm.Text.scrollHorizontal: whenNeeded
- Xconq*gameForm.Text.scrollVertical: whenNeeded
- Xconq*gameForm.Text.showGrip: true
- Xconq*gameForm.varMessage.font: -adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*
- Xconq*gameForm.nameMessage.font:-adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*
- Xconq*gameForm.idMessage.font: -adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*
-
- ! General defaults, for consistency.
-
- Xconq*OK.label: OK
- Xconq*Cancel.label: Cancel
-